home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sports Illustrated for Kids - Awesome Athletes!
/
Sports Illustrated for Kids - Awesome Athletes!.iso
/
opt.dir
/
00006_Opt Dialog.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-18
|
264 b
|
16 lines
global gOptOld
on mouseDown
if voidp(gOptOld) then
set gOptOld to 0
end if
set vNew to yToPos(the mouseV)
placeMarker(vNew)
SetVolume(vNew)
if vNew <> gOptOld then
puppetSound("tone.aif")
updateStage()
set gOptOld to vNew
end if
end